home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4203 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: inforamp.net!ts44-07
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: **HELP,BORLAND,.LIB's - AAARRRRGGHH!
  5. Date: Fri, 02 Feb 96 17:44:13 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4eti7f$7s1@sam.inforamp.net>
  8. References: <310CC339.2781E494@ap.co.umist.ac.uk>
  9. NNTP-Posting-Host: ts44-07.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <310CC339.2781E494@ap.co.umist.ac.uk>,
  13.    Dan Evans <dan@ap.co.umist.ac.uk> wrote:
  14. >I want to write my own .LIB's
  15. >and .H's so they provide me
  16. >with generic functions for my
  17. >whole set of programs. I have
  18. >version 4.5
  19. >
  20. >I CAN'T DO IT - HEEELLLLPPP!
  21. >
  22. >
  23. >I can create a .LIB in the project 
  24. >heirarchy window with the tree
  25. >type arrangement, but it won't
  26. >let me open a window to type C
  27. >code into
  28. >
  29. >'can't associate window editor
  30. >type' is the error I get
  31. >
  32. >
  33. >Can anyone who has done this 
  34. >please post up their answers.
  35. >
  36. >
  37. >THANKS :-)
  38. >
  39. >Dan     (dan@ap.co.umist.ac.uk)
  40.  
  41. You have to create a - child folder - source file.
  42. The IDE will compile the source file and add it to your library.
  43. Highlight the library in the IDE and hit INS.
  44. You will be prompt for the name of the source file
  45. you want to add to the library (example c:\mylib\test.cpp).
  46. I hope this answer your question.
  47. If not, I could elaborate.
  48.  
  49. Agrivar
  50.